Microsoft® Script Debugger
Immediate Window
Home |

See Also


The Immediate window displays information resulting from debugging statements in your code or from commands typed directly into the window.

Use the Immediate window to:

When using the Immediate window, use the syntax for the active scripting language. For example, if you are debugging VBScript code, use ? or Debug.Write to display a variable or to display the results of an expression evaluation.

© 1996 by Microsoft Corporation.